home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
Demos
/
Herois
/
Codigo.Cst
/
00031_UniversoFrameScript- Poe cortina.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-19
|
245 b
|
11 lines
on exitFrame
-- Primeiro desliga aquilo que ainda tem de ser inicializado
repeat with i = 1 to 20
set the visible of sprite i to false
end repeat
-- Desliga popups
--sendSprite(60,#chaveVisibilidade,false)
updateStage
end